OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipelineid
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/openglcts/modules/common/
glcSeparableProgramsTransformFeedbackTests.cpp
224
GLuint
pipelineId
;
225
gl.genProgramPipelines(1, &
pipelineId
);
226
gl.bindProgramPipeline(
pipelineId
);
231
gl.useProgramStages(
pipelineId
, StageTokens[stageIndex], programs[stageIndex].m_program_object_id);
237
gl.validateProgramPipeline(
pipelineId
);
239
gl.getProgramPipelineiv(
pipelineId
, GL_VALIDATE_STATUS, &validateStatus);
244
gl.getProgramPipelineiv(
pipelineId
, GL_INFO_LOG_LENGTH, &logLength);
248
gl.getProgramPipelineInfoLog(
pipelineId
, logLength + 1, NULL, &logBuffer[0]);
308
gl.deleteProgramPipelines(1, &
pipelineId
);
/hardware/intel/common/utils/ISV/base/
isv_worker.cpp
686
VABufferID
pipelineId
;
741
&
pipelineId
);
749
vaStatus = vaMapBuffer(mVADisplay,
pipelineId
, (void**)&pipeline);
[
all
...]
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/
aws-java-sdk-datapipeline-1.11.18.jar
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar
Completed in 253 milliseconds